-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Navigator: Changed transitioner background color to 'transparent' #654
Closed
jlevine22
wants to merge
2
commits into
facebook:master
from
jlevine22:navigator-transition-background-color
Closed
Navigator: Changed transitioner background color to 'transparent' #654
jlevine22
wants to merge
2
commits into
facebook:master
from
jlevine22:navigator-transition-background-color
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… transition background color between scenes
…hanged navigator transition background color to 'transparent'
jlevine22
changed the title
Added transitionBackgroundColor property to Navigator
Navigator: Changed transitioner background color to 'transparent'
Apr 3, 2015
Now setting |
This is awesome, love that it's so simple. |
👍 nice solution |
facebook-github-bot
added
the
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
label
Apr 7, 2015
vjeux
pushed a commit
to vjeux/react-native
that referenced
this pull request
Apr 14, 2015
Summary: ... for setting the transition background color between scenes. For issue facebook#563 Closes facebook#654 Github Author: Josh Levine <josh.levine1@gmail.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
vjeux
pushed a commit
to vjeux/react-native
that referenced
this pull request
Apr 15, 2015
Summary: ... for setting the transition background color between scenes. For issue facebook#563 Closes facebook#654 Github Author: Josh Levine <josh.levine1@gmail.com> Test Plan: Imported from GitHub, without a `Test Plan:` line.
jfrolich
pushed a commit
to jfrolich/react-native
that referenced
this pull request
Apr 22, 2020
ayushjainrksh
referenced
this pull request
in MLH-Fellowship/react-native
Jul 2, 2020
appden
pushed a commit
to appden/react-native
that referenced
this pull request
Nov 18, 2020
* Update scripts to publish react-native-macos-init * Clean up merge markers * Restored ios:macos RNTester parity except for InputAccessoryView. * Revert "Restored ios:macos RNTester parity except for InputAccessoryView." This reverts commit 5a67ae0. * Remove unnecessary android builds and tar file upload. * Change verdaccio to run in node 12 instead of node 10. * Attempt to run verdaccio outside of the `n` context. * Try node useing UseNode@1 * Use brew to ensure node 12 * Forgot chown step * Remove duplicated steps to brew install node * Remove commented out steps * Disable CCI test that requires a CCI plan which we don't have. Co-authored-by: React-Native Bot <53619745+rnbot@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
CLA Signed
This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
... for setting the transition background color between scenes. For issue #563